home *** CD-ROM | disk | FTP | other *** search
/ PC for Alla 2006 November / PC för Alla 0611.iso / tema / mygsm_setup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2006-11-05  |  3.1 KB  |  61 lines

  1. ;InnoSetupVersion=5.1.2
  2. [Setup]
  3. AppName=MyGSM
  4. AppVerName=MyGSM ver.1.87.5.14
  5. AppId=MyGSM
  6. AppPublisher=DeepSoftware.Com
  7. AppPublisherURL=http://www.deepsoftware.com
  8. AppSupportURL=http://www.deepsoftware.com
  9. AppUpdatesURL=http://www.deepsoftware.com
  10. DefaultDirName={pf}\MyGsm
  11. DefaultGroupName=MyGsm
  12. OutputBaseFilename=setup
  13. Compression=lzma
  14. PrivilegesRequired=none
  15. LicenseFile=embedded\License.txt
  16. WizardImageFile=embedded\WizardImage0.bmp
  17. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  18. [Files]
  19. Source: "{app}\mygsm.exe"; DestDir: "{app}"; Flags: ignoreversion 
  20. Source: "{app}\license.txt"; DestDir: "{app}"; Flags: ignoreversion 
  21. Source: "{app}\mygsm.hlp"; DestDir: "{app}"; Flags: ignoreversion 
  22. Source: "{app}\mygsm.cnt"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\readme.txt"; DestDir: "{app}"; Flags: ignoreversion 
  24. [Registry]
  25. Root: HKCU; Subkey: "Software\DeepSoftware"; Flags: uninsdeletekeyifempty 
  26. Root: HKCU; Subkey: "Software\DeepSoftware\MyGsm"; Flags: uninsdeletekey 
  27. Root: HKLM; Subkey: "Software\DeepSoftware"; Flags: uninsdeletekeyifempty 
  28. Root: HKLM; Subkey: "Software\DeepSoftware\MyGsm"; Flags: uninsdeletekey 
  29. Root: HKLM; Subkey: "Software\DeepSoftware\MyGsm"; ValueName: "InstallPath"; ValueType: String; ValueData: "{app}"; 
  30. Root: HKLM; Subkey: "Software\DeepSoftware\MyGsm"; ValueName: "Name"; ValueType: String; ValueData: "MyGSM"; 
  31. Root: HKLM; Subkey: "Software\DeepSoftware\MyGsm"; ValueName: "Version"; ValueType: String; ValueData: "1.87.5.14"; 
  32. Root: HKLM; Subkey: "Software\Microsoft\Windows\Help"; ValueName: "mygsm.cnt"; ValueType: String; ValueData: "{app}"; 
  33. Root: HKLM; Subkey: "Software\Microsoft\Windows\Help"; ValueName: "mygsm.hlp"; ValueType: String; ValueData: "{app}"; 
  34. Root: HKLM; Subkey: "Software\Microsoft\Windows\CurrentVersion\Run"; ValueName: "MyGSM"; Flags: uninsdeletevalue 
  35. [Run]
  36. Filename: "{app}\mygsm.exe"; Description: "Run MyGSM now!"; Flags: postinstall skipifsilent nowait
  37. [UninstallRun]
  38. Filename: "{app}\mygsm.exe"; Parameters: "/q5000"; 
  39. [Icons]
  40. Name: "{group}\MyGSM"; Filename: "{app}\mygsm.exe"; 
  41. Name: "{group}\MyGsm Help"; Filename: "{app}\mygsm.hlp"; 
  42. Name: "{group}\License Agreement"; Filename: "{app}\license.txt"; 
  43. Name: "{group}\Uninstall MyGSM"; Filename: "{uninstallexe}"; 
  44. Name: "{userdesktop}\MyGSM"; Filename: "{app}\mygsm.exe"; Tasks: desktopicon; 
  45. [Tasks]
  46. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  47. [CustomMessages]
  48. default.NameAndVersion=%1 version %2
  49. default.AdditionalIcons=Additional icons:
  50. default.CreateDesktopIcon=Create a &desktop icon
  51. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  52. default.ProgramOnTheWeb=%1 on the Web
  53. default.UninstallProgram=Uninstall %1
  54. default.LaunchProgram=Launch %1
  55. default.AssocFileExtension=&Associate %1 with the %2 file extension
  56. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  57. [Languages]
  58. ; These files are stubs
  59. ; To achieve better results after recompilation, use the real language files
  60. Name: "default"; MessagesFile: "embedded\default.isl"; 
  61.